BindingX Property (FlexChartCore<T>)
In This Topic
Gets or sets the name of the property that contains the X data values.
Syntax
'Declaration
Public Property BindingX As System.String
'Usage
Dim instance As FlexChartCore(Of T)
Dim value As System.String
instance.BindingX = value
value = instance.BindingX
public System.string BindingX {get; set;}
public read-write property BindingX: System.String;
public function get,set BindingX : System.String
public: __property System.string* get_BindingX();
public: __property void set_BindingX(
System.string* value
);
public:
property System.String^ BindingX {
System.String^ get();
void set ( System.String^ value);
}
See Also